inspector: Some logging support
authorMatthias Clasen <mclasen@redhat.com>
Fri, 12 Jan 2018 04:55:27 +0000 (23:55 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 14 Jan 2018 22:05:04 +0000 (17:05 -0500)
commit978c597e947b3ccd91b417307d490f7bac587f90
tree21cca95323ae2eeadbd837b96d5a8d57d71d2b44
parentf9100719bde0a5044849e464ba22b3828565a0c2
inspector: Some logging support

Add a way to toggle debug output on and off
from the inspector. For now, we don't add a
log viewer here, since that has the risk of
deadlock until we've the logging completely
separated by display, and also requires us
to install a log writer function, which
libraries are not supposed to do.
gtk/inspector/init.c
gtk/inspector/logs.c [new file with mode: 0644]
gtk/inspector/logs.h [new file with mode: 0644]
gtk/inspector/logs.ui [new file with mode: 0644]
gtk/inspector/meson.build
gtk/inspector/window.ui